home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / lan / apinst.zip / MAINR.H < prev   
Text File  |  1994-03-16  |  3KB  |  97 lines

  1. /*
  2. ***************************************************************** 
  3.                     DISCLAIMER  
  4.   
  5. Novell, Inc. makes no representations or warranties with respect to
  6. any NetWare software, and specifically disclaims any express or
  7. implied warranties of merchantability, title, or fitness for a
  8. particular purpose.  
  9.  
  10. Distribution of any NetWare software is forbidden without the
  11. express written consent of Novell, Inc.  Further, Novell reserves
  12. the right to discontinue distribution of any NetWare software.
  13.  
  14. Novell is not responsible for lost profits or revenue, loss of use
  15. of the software, loss of data, costs of re-creating lost data, the
  16. cost of any substitute equipment or program, or claims by any party
  17. other than you.  Novell strongly recommends a backup be made before
  18. any software is installed.   Technical support for this software
  19. may be provided at the discretion of Novell.
  20. *****************************************************************
  21. */
  22. /*
  23. ******************************************************************************
  24.     $Workfile:    $
  25.  
  26.     $Id$
  27. ********************************* DESCRIPTION ********************************
  28.  
  29.  
  30. ******************************************************************************
  31. */
  32. #if ! defined (MAINR_H)
  33. #define MAINR_H
  34. /*
  35. ------------------------------------------------------------------------------
  36. Constants:
  37. ------------------------------------------------------------------------------
  38. */
  39.  
  40. #define APP_ICON              8000
  41.  
  42. #define APP_ID                9000
  43.  
  44.  
  45. #define APP_MENU              9050
  46. #define APP_MENU_CLOSE        9060
  47.  
  48. #define MENU_APP_MAPMODS        UKM_ACTION
  49.  
  50. #if defined (N_PLAT_MAC)
  51. #define MENU_APP_QUIT_STR           "Quit"
  52. #define MENU_APP_QUIT_MAPCODE    UK_Q
  53. #define MENU_APP_QUIT_MAPMODS    MENU_APP_MAPMODS
  54. #endif
  55.  
  56. #if defined (N_PLAT_MSW)
  57. #define MENU_APP_QUIT_STR           "Exit"
  58. #define MENU_APP_QUIT_MAPCODE    UK_F4
  59. #define MENU_APP_QUIT_MAPMODS    UKM_ALT
  60. #endif
  61.  
  62. #if defined( N_PLAT_UNIX )
  63. #define MENU_APP_QUIT_STR           "Exit"
  64. #define MENU_APP_QUIT_MAPCODE    UK_Q
  65. #define MENU_APP_QUIT_MAPMODS    MENU_APP_MAPMODS
  66. #endif
  67.  
  68. /*
  69. ------------------------------------------------------------------------------
  70. Types:
  71. ------------------------------------------------------------------------------
  72. */
  73.  
  74. /*
  75. ------------------------------------------------------------------------------
  76. Variables:
  77. ------------------------------------------------------------------------------
  78. */
  79.  
  80. /*
  81. ------------------------------------------------------------------------------
  82. Functions:
  83. ------------------------------------------------------------------------------
  84. */
  85.  
  86. /*
  87. ------------------------------------------------------------------------------
  88. Macros:
  89. ------------------------------------------------------------------------------
  90. */
  91.  
  92. /* End of Header file **********************************/
  93. #endif
  94.  
  95.  
  96.  
  97.